Vcenter Tagging Tags Info
The Vcenter Tagging Tags Info schema contains the tag Name and Category ID
This schema was added in vSphere API 9.0.0.0.
{
"name": "string",
"category": "string",
"description": "string",
"used_by": [
"string"
]
}
The name of the tag.
This property was added in vSphere API 9.0.0.0.
Category Id
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Category
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Category
.
The description of the Tag.
This property was added in vSphere API 9.0.0.0.
The set of users that can use this Tag.
This property was added in vSphere API 9.0.0.0.